Deprecate GtkComboBoxEntry in favor of added properties to GtkComboBox
authorTristan Van Berkom <tristanvb@openismus.com>
Thu, 14 Oct 2010 01:52:27 +0000 (21:52 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 14 Oct 2010 01:52:27 +0000 (21:52 -0400)
commit9612c648176378bf237ad0e1a8c6c995b0ca7c61
tree875a7b2a6ce93657d756b2bae1a3c5ae07a75574
parent7c8ee80c5af0909735d1e36b8aba7aa02bf83c95
Deprecate GtkComboBoxEntry in favor of added properties to GtkComboBox

GtkComboBox now sports a construct-only "has-entry" property which
decides if it uses a GtkEntry to allow additional user input. Also
it has a new "entry-text-column" to fetch strings for the entry
from the model.

This patch deprecates the GtkComboBoxEntry and updates the rest of GTK+
to use the new semantics on GtkComboBox instead.

GtkComboBoxEntry will be removed altogether before GTK+ 3, in a
later commit.
15 files changed:
demos/gtk-demo/combobox.c
docs/reference/gtk/gtk3-sections.txt
docs/tools/widgets.c
gtk/gtk.symbols
gtk/gtkcellrenderercombo.c
gtk/gtkcombobox.c
gtk/gtkcombobox.h
gtk/gtkcomboboxentry.c
gtk/gtkcomboboxentry.h
gtk/gtkprinteroptionwidget.c
gtk/tests/builder.c
gtk/tests/object.c
tests/testcombo.c
tests/testgtk.c
tests/testsocket_common.c